From: Eli Zaretskii Date: Sat, 14 Feb 2009 09:06:56 +0000 (+0000) Subject: (translation-table-for-input): Declare obsolete again. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1782 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d407eecdf670ddc36fae3c71590c516dcadf939;p=emacs.git (translation-table-for-input): Declare obsolete again. --- diff --git a/lisp/subr.el b/lisp/subr.el index bf27605b02c..7b169cc280b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1055,6 +1055,12 @@ to reread, so it now uses nil to mean `no event', instead of -1." (make-obsolete-variable 'x-sent-selection-hooks 'x-sent-selection-functions "22.1") +;; This was introduced in 21.4 for pre-unicode unification. That +;; usage was rendered obsolete in 23.1 which uses Unicode internally. +;; Other uses are possible, so this variable is not _really_ obsolete, +;; but Stefan insists to mark it so. +(make-obsolete-variable 'translation-table-for-input nil "23.1") + (defvaralias 'messages-buffer-max-lines 'message-log-max) ;; These aliases exist in Emacs 19.34, and probably before, but were